-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(ripple): refactor long-running unit test #2155
Conversation
Refactors a unit test that used to take 1.6s, due to it using a native `setTimeout`, by replacing the native timer with a flushable one. Fixes angular#2097.
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
LGTM, thanks. I thought that |
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
- Uses observe-changes directive that emit an event when the mutation observer notifies a change fixes angular#2155
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Refactors a unit test that used to take 1.6s, due to it using a native
setTimeout
, by replacing the native timer with a flushable one.Fixes #2097.